home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Interface / it.dig / scripts / DefineButton2_287 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-08-19  |  337 b   |  10 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent._parent.descri_games.gotoAndStop(1);
  5.    _root.myDataGrid.enabled = false;
  6.    _root.myDataGrid_mc._visible = false;
  7.    _root.myDataGrid_mc.selectable = false;
  8.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  9. }
  10.